+++ /dev/null
-<!-- ##### SECTION Title ##### -->
-GtkVPaned
-
-<!-- ##### SECTION Short_Description ##### -->
-A container with two panes arranged vertically
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-The VPaned widget is a container widget with two
-children arranged vertically. The division between
-the two panes is adjustable by the user by dragging
-a handle. See #GtkPaned for details.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT GtkVPaned ##### -->
-<para>
-</para>
-
-
-<!-- ##### FUNCTION gtk_vpaned_new ##### -->
-<para>
-Create a new #GtkVPaned
-</para>
-
-@Returns: the new #GtkVPaned
-
-
#include "gtkvpaned.h"
#include "gtkalias.h"
+/**
+ * SECTION:gtkvpaned
+ * @Short_description: A container with two panes arranged vertically
+ * @Title: GtkVPaned
+ *
+ * The VPaned widget is a container widget with two
+ * children arranged vertically. The division between
+ * the two panes is adjustable by the user by dragging
+ * a handle. See #GtkPaned for details.
+ */
+
G_DEFINE_TYPE (GtkVPaned, gtk_vpaned, GTK_TYPE_PANED)
static void
GTK_ORIENTATION_VERTICAL);
}
+/**
+ * gtk_vpaned_new:
+ *
+ * Create a new #GtkVPaned
+ *
+ * Returns: the new #GtkVPaned
+ */
GtkWidget *
gtk_vpaned_new (void)
{